home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2000 February / maximum-cd-2000-02.iso / Flash 4 / data1.cab / Samples / Sample_Pages / Chat / chat.swf / scripts / DefineButton2_37 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  1999-06-15  |  89 b   |  5 lines

  1. on(press){
  2.    gotoAndStop(3);
  3.    set("/:list.scroll",eval("/:list.scroll") - "1");
  4. }
  5.